In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureSegmenter / GetParagraphRight Method

GetParagraphRight Method (IGdPictureSegmenter)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(20)>

Function GetParagraphRight( _

   ByVal SegmentationResultID As String, _

   ByVal ParagraphIdx As Integer _

) As Integer
[DispId(20)]

int GetParagraphRight( 

   string SegmentationResultID,

   int ParagraphIdx

)
function GetParagraphRight( 

    SegmentationResultID: String;

    ParagraphIdx: Integer

): Integer; 
DispIdAttribute(20)

function GetParagraphRight( 

   SegmentationResultID : String,

   ParagraphIdx : int

) : int;
[DispId(20)]

int GetParagraphRight( 

   string* SegmentationResultID,

   int ParagraphIdx

) 
[DispId(20)]

int GetParagraphRight( 

   String^ SegmentationResultID,

   int ParagraphIdx

) 

Parameters

SegmentationResultID
ParagraphIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureSegmenter
IGdPictureSegmenter Members